From: Kenichi Handa Date: Wed, 3 Dec 2003 08:25:05 +0000 (+0000) Subject: (compound-text-with-extensions): Change the type to 2 (iso-2022 base). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24828 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=15c5b1b617949514ff752ec0a23e1c9d26538e1a;p=emacs.git (compound-text-with-extensions): Change the type to 2 (iso-2022 base). --- diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 53a02e5caef..d160e4107f0 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -442,12 +442,16 @@ Like `compound-text', but does not produce escape sequences for compositions." '((safe-charsets . t))) (make-coding-system - 'compound-text-with-extensions 5 ?x + 'compound-text-with-extensions 2 ?x "Compound text encoding with extended segments. +See the variable `ctext-non-standard-encodings-alist' for the +detail about how extended segments are handled. + This coding system should be used only for X selections. It is inappropriate for decoding and encoding files, process I/O, etc." - nil + '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) t t + nil ascii-eol ascii-cntl) '((post-read-conversion . ctext-post-read-conversion) (pre-write-conversion . ctext-pre-write-conversion)))